home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------------
- *
- * You may freely copy, distribute, and reuse the code in this example.
- * SHL Systemhouse disclaims any warranty of any kind, expressed or
- * implied, as to its fitness for any particular use.
- *
- *
- * Adaptor
- *
- * Category Of: EOFDelegate
- *
- * Conforms To: None
- *
- * Declared In: EOFDelegateAdaptorCategory.h
- *
- * Category Description
- *
- * Implements delegate methods sent by EOAdaptor,
- * EOAdaptorContext, and EOAdaptorChannel.
- *
- *
- *------------------------------------------------------------------------*/
- #import "EOFDelegate.h"
-
-
-
-
- @interface EOFDelegate (Adaptor)
-
- @end
-